GtkEntryCompletion: call cell_area()->clear()
authorLars Uebernickel <lars@uebernic.de>
Sun, 3 Nov 2013 13:05:44 +0000 (14:05 +0100)
committerLars Uebernickel <lars@uebernic.de>
Sun, 3 Nov 2013 13:05:44 +0000 (14:05 +0100)
commit3c2829713463228094d66170564a4d6d7c31c245
tree4eb8a1d66cb3035460de359d356bb32a836b99d9
parentf6a0debdd9d4f90b9d6b54c263b10926ba530c7e
GtkEntryCompletion: call cell_area()->clear()

Call gtk_cell_layout_clear() on the area instead of the completion in
gtk_entry_completion_clear_text_column_renderer(), because it is also
called from within gtk_entry_completion_clear().
gtk/gtkentrycompletion.c